Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zap/Preserve now ignores variables/identifiers that are unrelated #19

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

DerelictDrone
Copy link
Member

@DerelictDrone DerelictDrone commented Nov 18, 2023

Example of what this is solving:

image
image
image

Latest commit also fixes high-level register usage near zaps/preserves
image

Makes zap/preserve checks check for a colon or any operator coming immediately after the IDENT/Register token, if present, breaks out of zap/preserve logic and restarts statement parsing from the ident/register token's position

@thegrb93 thegrb93 merged commit a00b47a into wiremod:master Nov 20, 2023
1 check failed
@DerelictDrone DerelictDrone deleted the smarter-zap-syntax branch November 25, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants